home *** CD-ROM | disk | FTP | other *** search
- object frmSnipperHelp: TfrmSnipperHelp
- Left = 228
- Top = 262
- ActiveControl = BitBtn1
- BorderStyle = bsToolWindow
- Caption = ' '
- ClientHeight = 193
- ClientWidth = 258
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 208
- Top = 0
- Width = 36
- Height = 37
- Picture.Data = {<image001.ico>}
- end
- object Image2: TImage
- Left = 208
- Top = 40
- Width = 35
- Height = 36
- Picture.Data = {<image002.ico>}
- end
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 201
- Height = 193
- Align = alLeft
- Color = clNavy
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'Comic Sans MS'
- Font.Style = []
- Lines.Strings = (
- 'MiniMacro'#39's Clipboard Snipper '
- 'tracks the text that has been '
- 'copied to the clipboard during the '
- 'current session. To copy a snippet '
- 'back into an application simply'
- 'press the Copy to Clipboard button '
- 'when the desired text is displayed in '
- 'the window on the right. This copies '
- 'the selection back to the clipboard, '
- 'ready to be inserted into the '
- 'appropriate application.'
- '')
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 203
- Top = 168
- Width = 54
- Height = 19
- Caption = '&Close'
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- end
-